home *** CD-ROM | disk | FTP | other *** search
/ ThrustMaster (Europe) (Press Kit) / ThrustMaster (Europe) (Press Kit).bin / progs / f16 / MK2PROGS.SHR / KZEPHYR.ADV < prev    next >
Encoding:
Text File  |  1995-05-17  |  3.8 KB  |  98 lines

  1. REM ┌─────────────< Delete this section when you are done! >──────────────┐
  2. REM │                                                                     │
  3. REM │               WCS Mark II ADV Programming Template                  │
  4. REM │                                                                     │
  5. REM │      Please supply as much requested information as possible.       │
  6. REM │                                                                     │
  7. REM │ (Keep in mind though, that there is a 400 line limit to ADV files!) │
  8. REM │                                                                     │
  9. REM └────────────────────────────────> <──────────────────────────────────┘
  10. REM
  11. REM ╔═══════════════════════════════════════════════════════════════════════╗
  12. REM ║ CAUTION!!!  You MUST have ThrustMaster Command & Control Center       ║
  13. REM ║ (MARK2.EXE) vs 1.38 or higher and MK2LOAD.EXE vs 5.01 or higher to    ║
  14. REM ║ use the macro capability.  You can tell if you have vs 1.38 by looking║
  15. REM ║ at the top of the C&CC screen where the version # is shown on any of  ║
  16. REM ║ the menu screens or click on F-7 About to view the version #.  To tell║
  17. REM ║ if you have MK2LOAD.EXE vs 5.01 just download a file - you will see   ║
  18. REM ║ the version # at the top of the download screen. To obtain the newer  ║
  19. REM ║ versions if you do not have them, check with any of the listed places ║
  20. REM ║ in C:\MARK2\MK2UTILS\TMBBS.TXT where you may download the latest      ║
  21. REM ║ versions of the Command and Control Center software.                  ║
  22. REM ╚═══════════════════════════════════════════════════════════════════════╝
  23. REM                     ZEPHYR BY NEW WORLD COMPUTING
  24. REM
  25. REM
  26. REM
  27. REM               Written and Tested by THRUSTMASTER
  28. REM ╔═══════════════════════════════════════════════════════════════════════╗
  29. REM ║Base Switch Settings                                                   ║
  30. REM ║Black Hat switch = Digital                                             ║
  31. REM ║Red Switch       = Analog                                              ║
  32. REM ╚═══════════════════════════════════════════════════════════════════════╝
  33. REM ╔═════════════════════════════════════════════════════════════╗
  34. REM ║Game Settings:Joystick                                       ║
  35. REM ╚═════════════════════════════════════════════════════════════╝
  36. REM
  37.  
  38. Mdef kzephyr
  39.  
  40.  
  41. REM ╔════════════════════════╗
  42. REM ║(P)FCS Buttons Commands:║
  43. REM ╚════════════════════════╝
  44.  
  45. BTN UB FireWeapon
  46.  
  47. BTN MB TurretRight
  48.  
  49. BTN LB TurretLeft
  50.  
  51. BTN HU CenterTurret
  52.  
  53. BTN HD RadarDisplay
  54.  
  55. BTN HL RadarShieldDamag
  56.  
  57. BTN HR DamageDisplay
  58.  
  59. REM ╔════════════════════════╗
  60. REM ║WCS II Buttons Commands:║
  61. REM ╚════════════════════════╝
  62.  
  63. BTN 1 DamageDisplay
  64.  
  65. BTN 2 RadarDisplay
  66.  
  67. BTN 3 RadarShieldDamag
  68.  
  69. BTN 4 TurretLeft
  70.  
  71. BTN 5 TurretRight
  72.  
  73. BTN 6 PanicButton
  74.  
  75. REM ╔════════════════════════╗
  76. REM ║WCS II Rocker Commands: ║
  77. REM ╚════════════════════════╝
  78.  
  79. RKR UP /P DamageDisplay
  80.        /R DamageDisplay
  81.  
  82. RKR DN /P RadarDisplay
  83.        /R RadarDisplay
  84.  
  85.  @DigitalThrottle
  86.  
  87. REM ╔═══════════════════════════════════════════════════════════════════╗
  88. REM ║ NOTE: THIS FILE IS TO BE USED WITH THE NEW CHIP AND MICROCODE FOR ║
  89. REM ║ THE MARK II WCS ONLY.  IF YOU DO NOT HAVE THIS CHIP, THEN CONTACT ║
  90. REM ║ THRUSTMASTER at 503-639-3200 TO INQUIRE ABOUT UPGRADING TO THE    ║
  91. REM ║ NEW CHIP AND MICROCODE!!!!                                        ║
  92. REM ║                                                                   ║
  93. REM ║ How can you tell if you have the new chip and microcode?  At the  ║
  94. REM ║ C:\MARK2 Dos prompt type DIR MK2LOAD.EXE and hit enter.  If it    ║
  95. REM ║ says "File not found then you have the old microcode version that ║
  96. REM ║ uses DOWNLOAD.EXE instead.                                        ║
  97. REM ╚═══════════════════════════════════════════════════════════════════╝
  98.